home *** CD-ROM | disk | FTP | other *** search
- <script language="JavaScript">
- <!-- This Script And Over 400 Others Found At --!>
- <!-- Java City 2000 http://www.jc2k.com --!>
-
- <!-- This Script will prevent people from right clicking in the web browser to show the
- source code. This script only works with Internet Explorer -->
-
- function click() {
- if (event.button==2) {
- alert('You are not allowed to look at my source code');
- }
- }
- document.onmousedown=click
- // -->
-
- </script>
-